body
{
    font-family: 'Microsoft YaHei', 'Arial', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    position: relative;

    overflow-x: hidden;
}
@-ms-viewport
{
    width: auto !important;
}
@font-face
{
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    font-style: normal;

    src: url('../css/fonts/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../css/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Montserrat-Bold.woff2') format('woff2'), url('../css/fonts/Montserrat-Bold.woff') format('woff'), url('../css/fonts/Montserrat-Bold.ttf') format('truetype'), url('../css/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul,
li,
p
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
button:focus,
input:focus,
textarea:focus
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
img[data-lazy]
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.BMapLabel
{
    max-width: none;
}
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.clear
{
    clear: both;
}
.container
{
    margin: 0 auto;
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*img*/
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
/*pages*/
.page
{
    text-align: center;
}
.page li
{
    display: inline-block;

    vertical-align: top;
}
.page li a
{
    font-size: 14px;
    line-height: 44px;

    display: block;
    overflow: hidden;

    width: 44px;
    height: 44px;
    margin: 0 3px;
    padding: 0 5px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #848484;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .page li a
    {
        font-size: 14;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.page li:hover a
{
    color: #fff;
    border: 1px solid #0055a7;
    border-radius: 50%;
    background-color: #0055a7;
}
.page li.active a
{
    color: #fff;
    border: 1px solid #0055a7;
    border-radius: 50%;
    background-color: #0055a7;
}
.page li.prev a
{
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .page li.prev a
    {
        margin-right: 5px;
    }
}
.page li.prev a:before
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e727';
    text-align: center;
}
.page li.next a
{
    margin-left: 20px;
}
@media (max-width: 991px)
{
    .page li.next a
    {
        margin-left: 5px;
    }
}
.page li.next a:before
{
    font-family: 'iconfont';
    font-size: 16px;

    content: '\e728';
    text-align: center;
}
/*table*/
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;

    color: #666;
}
.table-box table td,
.table-box table th
{
    font-size: 15px;
    font-weight: normal;

    padding: 10px !important;

    vertical-align: middle;

    border: 1px solid #eee !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 14px;
    }
}
.table-box table tr p,
.table-box table tr span
{
    line-height: 1.2 !important;

    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box .table-nav
{
    overflow: hidden;
}
.table-box .table-content
{
    overflow-x: auto;
    overflow-y: auto;

    max-height: 300px;
    max-height: 42vh;
}
.zoomDiv
{
    z-index: 999;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (max-width: 1199px)
{
    .zoomDiv
    {
        display: none !important;
    }
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 20;

    cursor: move;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///////1V89WwAAAACdFJOU/8A5bcwSgAAABBJREFUeNpiYGBkYGQECDAAAA0ABMZIs2EAAAAASUVORK5CYII=) repeat;
}
@media (max-width: 1199px)
{
    .zoomMask
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
/*nav*/
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;

        border-bottom: 3px solid #0055a7;
    }
}
.header .top
{
    padding: 14px 0;

    border-bottom: solid 1px #e5e5e5;
}
@media (max-width: 1199px)
{
    .header .top
    {
        display: none;
    }
}
.header .top .tel
{
    position: relative;

    display: inline-block;

    padding-left: 45px;

    vertical-align: middle;
}
.header .top .tel:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-style: normal;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    content: '\e687';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #0055a7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .top .tel .span
{
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    color: #666;
}
.header .top .tel a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71428571;

    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #666;
}
.header .top .tel a:hover
{
    text-decoration: underline !important;

    color: #0055a7;
}
.header .top .nav_code
{
    display: inline-block;

    width: 56px;
    height: 56px;
    margin: 0 40px;

    vertical-align: middle;
}
.header .top .nav_code .img-box
{
    padding-bottom: 100%;
}
.header .top .note
{
    display: inline-block;

    vertical-align: middle;
}
.header .top .note p
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.28571429;

    color: #d20f3f;
}
.header .top-nav
{
    position: relative;
}
.header .top-nav:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    visibility: initial;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #0055a7;
}
@media (max-width: 1199px)
{
    .header .top-nav:after
    {
        display: none;
    }
}
.header .top-nav .container
{
    position: relative;
}
.header .logo
{
    position: absolute;
    top: -70px;
    left: 15px;

    float: left;

    height: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        position: static;

        height: 32px;
        margin-top: 9px;
    }
}
@media (max-width: 480px)
{
    .header .logo
    {
        height: 24px;
    }
}
.header .logo a
{
    display: inline-block;

    vertical-align: middle;
}
.header .logo a img
{
    max-width: 100%;
    height: 100%;
}
.header .logo .info
{
    position: relative;

    display: inline-block;

    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .logo .info
    {
        display: none;
    }
}
.header .logo .info:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 1px;
    height: 36px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: dashed 1px #e5e5e5;
}
.header .logo .info p
{
    font-size: 19px;
    font-weight: bold;
    line-height: 1.57894737;

    color: #0154a4;
}
.header .logo .info span
{
    font-size: 12px;
    line-height: 1.4;

    display: block;

    color: #333;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .search .input-text
{
    float: left;

    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .search .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .search .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .search .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e606';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .search .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    display: block;
    float: right;

    margin-top: 12px;

    cursor: pointer;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin: 20px 40px 0 0;
    }
}
.header .find:before
{
    font-family: 'iconfont' !important;
    font-size: 31px;
    font-style: normal;
    line-height: 1;

    display: block;

    content: '\ed06';
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #0055a7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
@media (max-width: 1199px)
{
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
}
.header .nav-collapse.active
{
    right: 20px;

    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
}
.header .back-btn
{
    position: absolute;
    top: 18px;
    left: 15px;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e727';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
.header .nav-2 .nav-top .nav-title a,
.header .nav-3 .nav-top .nav-title a
{
    color: #fff;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 18px;
    line-height: 50px;

    margin: 25px 0;

    text-align: left;
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
@media (max-width: 1199px)
{
    .header .nav-2 .content ul li a,
    .header .nav-3 .content ul li a
    {
        color: #fff;
    }
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 18px;
}
.header .nav-3 .header .fade-out ul
{
    text-align: left;
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: block;
        float: left;
    }
    .header .nav .nav-list1
    {
        position: relative;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 55px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:after
    {
        position: absolute;
        top: 50%;
        right: 0;

        display: block;

        width: 1px;
        height: 13px;
        margin: auto;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        background-color: #c8c6c6;
    }
    .header .nav .nav-list1 > li:first-child
    {
        padding: 0 45px 0 0;
    }
    .header .nav .nav-list1 > li:last-child:after
    {
        display: none;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        line-height: 55px;

        position: relative;
        z-index: 1;

        display: block;
        overflow: hidden;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #333;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        z-index: 5;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        width: 0;
        height: 3px;
        margin: auto;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;

        background-color: #d30f3f;
    }
    .header .nav .nav-list1 > li:hover > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 55px;

        display: none;

        min-width: 150px;
        padding: 20px 0;

        -webkit-transform: translateX(-32%);
            -ms-transform: translateX(-32%);
                transform: translateX(-32%);
        text-align: left;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 3px 4px 13px 0 rgba(121, 121, 121, .21);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        float: none;

        padding: 0;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 36px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);

        color: #0055a7;
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;

        padding: 4px 30px;
    }
    .header .nav .nav-list1 .nav-list3 li > a:hover
    {
        text-decoration: underline !important;

        color: #333;
        background: none;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 40px;
    }
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        top: -87px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
    }
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none !important;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
    .header .fade-out ul .pic
    {
        display: none !important;
    }
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        padding: 0;

        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e728';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5 !important;

        display: block;
        /*text-transform: uppercase;*/

        text-align: left;

        color: #fff !important;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
    .header .navpro_box
    {
        display: none !important;
    }
}
@media (max-width: 767px)
{
    .header
    {
        background-color: #fff;
    }
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
/*footer*/
.footer
{
    font-size: 0;

    overflow: hidden;

    background-color: #212224;
}
@media (max-width: 991px)
{
    .footer
    {
        margin-bottom: 50px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;
    padding: 80px 0 50px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 50px 0 0 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot .container > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
}
.footer .foot .container > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
.footer .foot .container > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
    word-break: break-all;
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul > li
    {
        display: inline-block;

        width: 50% !important;
        padding: 0 15px 40px 15px !important;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li
    {
        width: 100% !important;
        padding: 0 15px !important;
    }
}
.footer .foot .container > ul > li:first-child:before
{
    border: none;
}
.footer .foot .container > ul > li:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 180px;

    content: '';

    border: dashed 1px #2f2f32;
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul > li:before
    {
        display: none;
    }
}
.footer .foot .container > ul > li h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li h3
    {
        padding: 8px 0;
    }
    .footer .foot .container > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;
        font-style: normal;
        line-height: 24px;

        float: right;

        width: auto;
        height: auto;
        margin-top: 0;

        content: '\e62d';

        background: none;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.footer .foot .container > ul > li .info-down
{
    margin-top: 25px;
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul > li .info-down
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
        padding-bottom: 15px;
    }
}
.footer .foot .container > ul > li.current .title-foot h3:after
{
    content: '\e626';
}
.footer .foot .container > ul > li:first-child
{
    width: 390px;
}
@media (max-width: 1469px)
{
    .footer .foot .container > ul > li:first-child
    {
        width: 300px;
    }
}
.footer .foot .container > ul > li:nth-child(2)
{
    width: 245px;
    padding-left: 45px;
}
@media (max-width: 1469px)
{
    .footer .foot .container > ul > li:nth-child(2)
    {
        width: 170px;
        padding-left: 30px;
    }
}
.footer .foot .container > ul > li:nth-child(3)
{
    width: 500px;
    padding-left: 45px;
}
@media (max-width: 1469px)
{
    .footer .foot .container > ul > li:nth-child(3)
    {
        width: 430px;
        padding-left: 30px;
    }
}
.footer .foot .container > ul > li:nth-child(4)
{
    width: 275px;
    padding-left: 40px;
}
@media (max-width: 1469px)
{
    .footer .foot .container > ul > li:nth-child(4)
    {
        width: 200px;
        padding-left: 30px;
    }
}
.footer .foot .item-1 .ipt_form
{
    position: relative;

    width: 270px;
    margin-top: 15px;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .ipt_form
    {
        margin-top: 0;
    }
}
.footer .foot .item-1 .ipt_form input
{
    font-size: 14px;
    line-height: 46px;

    width: 100%;
    padding: 0 15px;

    color: #fff;
    border: none;
    background-color: #363637;
}
.footer .foot .item-1 .ipt_form input::-webkit-input-placeholder,
.footer .foot .item-1 .ipt_form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot .item-1 .ipt_form input:-o-placeholder,
.footer .foot .item-1 .ipt_form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot .item-1 .ipt_form input::-moz-placeholder,
.footer .foot .item-1 .ipt_form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot .item-1 .ipt_form input:-ms-input-placeholder,
.footer .foot .item-1 .ipt_form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot .item-1 .ipt_form input:focus::-webkit-input-placeholder,
.footer .foot .item-1 .ipt_form textarea:focus::-webkit-input-placeholder
{
    color: #666;
}
.footer .foot .item-1 .ipt_form input:focus::-o-placeholder,
.footer .foot .item-1 .ipt_form textarea:focus::-o-placeholder
{
    color: #666;
}
.footer .foot .item-1 .ipt_form input:focus::-moz-placeholder,
.footer .foot .item-1 .ipt_form textarea:focus::-moz-placeholder
{
    color: #666;
}
.footer .foot .item-1 .ipt_form input:focus::-ms-input-placeholder,
.footer .foot .item-1 .ipt_form textarea:focus::-ms-input-placeholder
{
    color: #666;
}
.footer .foot .item-1 .ipt_form .submit
{
    font-size: 14px;
    line-height: 2.35714286;

    position: absolute;
    top: 50%;
    right: 10px;

    width: 80px;
    height: 33px;

    -webkit-transition: all .35s;
            transition: all .35s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: #0055a7;
}
.footer .foot .item-1 .ipt_form .submit:hover
{
    text-decoration: underline !important;
}
.footer .foot .item-1 .txt
{
    width: 270px;
    margin-top: 20px;
}
.footer .foot .item-1 .txt p
{
    font-size: 14px;
    line-height: 1.85714286;

    color: #c0c1c5;
}
.footer .foot .item-1 .share
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot .item-1 .share
    {
        margin-bottom: 10px;
    }
}
.footer .foot .item-1 .share ul
{
    margin: 0 -6px;
}
.footer .foot .item-1 .share ul li
{
    display: inline-block;

    padding: 0 6px;

    vertical-align: middle;
}
.footer .foot .item-1 .share ul li:hover a
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.footer .foot .item-1 .share ul li a
{
    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;
}
.footer .foot .item-1 .share ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 17px;
    font-style: normal;
    line-height: 39px;

    display: block;

    width: 39px;
    height: 39px;

    content: '\e615';
    text-align: center;

    color: #fff;
    background-color: #0055a7;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot .item-1 .share ul .twitter a:before
{
    content: '\e76f';
}
.footer .foot .item-1 .share ul .facebook a:before
{
    content: '\e615';
}
.footer .foot .item-1 .share ul .instagram a:before
{
    content: '\e60f';
}
.footer .foot .item-1 .share ul .youtube a:before
{
    content: '\e6d7';
}
.footer .foot .item-2 .list
{
    margin-top: -8px;
}
@media (max-width: 991px)
{
    .footer .foot .item-2 .list
    {
        margin: 0;
    }
}
.footer .foot .item-2 .list a
{
    font-size: 14px;
    line-height: 2.14285714;

    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #c0c1c5;
}
.footer .foot .item-2 .list a:hover
{
    text-decoration: underline !important;

    color: #0055a7;
}
.footer .foot .item-2 .list a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: inline-block;

    content: '\e728';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot .item-3 .text
{
    margin-top: -8px;
}
@media (max-width: 991px)
{
    .footer .foot .item-3 .text
    {
        margin: 0;
    }
}
.footer .foot .item-3 .text p
{
    font-size: 14px;
    line-height: 2.14285714;

    color: #c0c1c5;
}
.footer .foot .item-3 .text p span
{
    color: #fff;
}
.footer .foot .item-3 .text p a
{
    -webkit-transition: all .35s;
            transition: all .35s;
}
.footer .foot .item-3 .text p a:hover
{
    text-decoration: underline !important;

    color: #fff;
}
.footer .foot .item-4 .code_pic
{
    width: 140px;
}
@media (max-width: 991px)
{
    .footer .foot .item-4 .code_pic
    {
        width: 120px;
    }
}
.footer .foot .item-4 .code_pic .img-box
{
    padding-bottom: 100%;
}
.footer .foot .item-4 .code_pic p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin-top: 15px;

    text-align: center;

    color: #fff;
}
.footer .copyright
{
    padding: 17px 0;

    border-top: solid 1px #3a3a3b;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 25px 0;
    }
}
@media (max-width: 991px)
{
    .footer .copyright .info
    {
        float: none;
    }
}
.footer .copyright .info p
{
    font-size: 14px;
    line-height: 1.71428571;

    text-align: center;

    color: #c0c1c5;
}
.footer .copyright .info p a
{
    margin-left: 10px;

    -webkit-transition: all .35s;
            transition: all .35s;
}
@media (max-width: 991px)
{
    .footer .copyright .info p a
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright .info p a:hover
{
    text-decoration: underline !important;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .copyright .site_map
    {
        float: none;
    }
}
.footer .copyright .site_map a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .copyright .site_map a
    {
        float: right;

        margin-top: 5px;
    }
}
.footer .copyright .site_map a:hover
{
    text-decoration: underline !important;

    color: #0055a7;
}
/*online*/
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e62d';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 100px;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-bottom: 1px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    background-color: rgba(49, 49, 49, .7);
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online-wrap .online a:hover
{
    background-color: #313131;
}
.online-wrap .online a:hover:before
{
    color: #fff;
}
.online-wrap .online a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    color: #fff;
}
@media (max-width: 767px)
{
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
.online-wrap .online .icon-qq:before
{
    content: '\e62e';
}
.online-wrap .online .icon-wechat:before
{
    content: '\e609';
}
.online-wrap .online .icon-email:before
{
    content: '\e641';
}
.online-wrap .online .icon-tel:before
{
    content: '\e680';
}
.online-wrap .online .icon-skype:before
{
    content: '\e617';
}
.online-wrap .online .icon-arrow-top:before
{
    content: '\e6c9';
}
.online-wrap .online .icon-wechat:hover .mask
{
    display: block;
}
.online-wrap .online .icon-wechat .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 120px;
    height: 120px;
    padding-left: 5px;
}
.online-wrap .online .icon-wechat .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .icon-wechat .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .icon-wechat .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .active
{
    right: 0;
}
.online-wrap .online .icon-tel .phone-num,
.online-wrap .online .icon-skype .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;

    border-bottom: 1px solid #fff;
}
@media (min-width: 1200px)
{
    .online-wrap .online .icon-tel:hover .phone-num,
    .online-wrap .online .icon-skype:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-tel .phone-num p,
.online-wrap .online .icon-skype .phone-num p
{
    line-height: 49px;

    padding: 0 10px;

    color: #fff;
    background-color: #0055a7;
}
/*bottom_nav*/
.bottom_nav
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 50px;

    background-color: #0055a7;
}
@media (max-width: 991px)
{
    .bottom_nav
    {
        display: block;
    }
}
.bottom_nav ul
{
    text-align: center;

    color: #fff;
}
.bottom_nav ul li
{
    float: left;

    width: 20%;

    border-right: 1px solid #337ab7;
    border-left: 1px solid #154d84;
}
.bottom_nav ul li a
{
    font-size: 12px;

    display: block;

    padding: 4px 0;
}
.bottom_nav ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;

    display: block;

    height: 26px;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bottom_nav ul li:first-child
{
    border-left: none;
}
.bottom_nav ul li:last-child
{
    border-right: none;
}
.bottom_nav ul .foot_wechat
{
    position: relative;
}
.bottom_nav ul .foot_wechat .code_img
{
    position: absolute;
    bottom: 52px;
    left: 2px;

    display: none;

    width: 80px;
    height: 80px;
}
.bottom_nav ul .foot_prod > a:before
{
    content: '\e608';
}
.bottom_nav ul .foot_tel > a:before
{
    content: '\e627';
}
.bottom_nav ul .foot_home > a:before
{
    content: '\e653';
}
.bottom_nav ul .foot_wechat > a:before
{
    content: '\e695';
}
.bottom_nav ul .foot_cont > a:before
{
    content: '\e61f';
}
/*0*/
.ii
{
    font-family: 'iconfont';
    font-size: 20px;

    display: block;

    content: '\e727';
    text-align: center;
}
.case_wrap .list .item .pic .img-box img,
.product_details .related_box .list .item .pic .img-box img,
.product_wrap .range .right .prod_lists .item .pic .img-box img,
.index_customer .list .item .pic .img-box img,
.index_prod .slick_hot .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.case_wrap .list .item:hover .pic .img-box img,
.product_details .related_box .list .item:hover .pic .img-box img,
.product_wrap .range .right .prod_lists .item:hover .pic .img-box img,
.index_customer .list .item:hover .pic .img-box img,
.index_prod .slick_hot .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.txt0 p
{
    font-size: 16px;
    line-height: 2.25;

    color: #807e7c;
}
@media (max-width: 767px)
{
    .txt0 p
    {
        font-size: 15px;
        line-height: 2;
    }
}
